home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / rcssnapshot.man < prev    next >
Encoding:
Text File  |  1989-11-20  |  1.5 KB  |  46 lines

  1. ' Copyright 1989 Regents of the University of California
  2. ' Permission to use, copy, modify, and distribute this
  3. ' documentation for any purpose and without fee is hereby
  4. ' granted, provided that this notice appears in all copies.
  5. ' The University of California makes no representations about
  6. ' the suitability of this material for any purpose.  It is
  7. ' provided "as is" without express or implied warranty.
  8. ' $Header: /sprite/lib/forms/RCS/proto.man,v 1.3 89/01/09 11:43:01 ouster Exp $ SPRITE (Berkeley)
  9. .so \*(]ltmac.sprite
  10. .HS <RCSSNAPSHOT> cmds
  11. .BS
  12. .SH NAME
  13. rcssnapshot \- Move all RCS'ed files to a new version number
  14. .SH SYNOPSIS
  15. .nf
  16. \fBrcssnapshot\fR [\fIoptions\fR] \fIcheckpoint-name\fR
  17. .SH OPTIONS
  18. .IP "\fB\-r\fIrev\fR" 14
  19. Check in all files as the revision number specified by \fIrev\fR.
  20. .BE
  21. .SH DESCRIPTION
  22. .PP
  23. This program assigns a symbolic name to all files controlled by RCS in
  24. the current directory.  If the "\fB\-r\fIrev\fR" option is given, it
  25. checks in each file  as revision \fIrev\fR before assigning the
  26. symbolic name. No files in the directory may be checked out at the
  27. time \fBrcssnapshot\fR is run.
  28.  
  29. As an example, consider a directory with three files:
  30.  
  31. .nf
  32.     File        Version
  33.     file1        2.3
  34.     file2        2.2
  35.     file3         2.2
  36. .fi
  37. If the command \fBrcssnapshot -r3.0 winter89\fR is issued, then all
  38. three files will have RCS version number 3.0, and may also be referenced
  39. in the future by the symbolic name \fIwinter89\fR. 
  40. .SH KEYWORDS
  41. RCS, version
  42. .SH "SEE ALSO"
  43. rcs
  44.